            .wr150 {
		float: center;
		margin-left: 20px;
		margin-right: 5px;
	}
	.wl150 {
		float: center;
		margin-right: 20px;
		margin-left: 5px;
	}
	.logo {
		height: 30px;
	}
	.svg {
		height: 250px;
	}
	.footer {
                position: fixed;
                left: 0;
                bottom: 0;
                width: 100%;
                background: linear-gradient(45deg, rgba(0,116,98, 1), rgba(0,96,81, 1));
                color: white;
                text-align: center;
                font-family: sans-serif;
                font-size: 10px;
                color: white;
            }
            #oopss {
                background: linear-gradient(-45deg, rgba(0,116,98, 1), rgba(0,96,81, 1));
                position: fixed;
                left: 0px;
                top: 0;
                width: 100%;
                height: 100%;
                line-height: 1.5em;
                z-index: 9999;
            }
            #radius {
                border-radius: 500px;
            }